Auto merge of #2839 - alexcrichton:same-root, r=brson
authorbors <bors@rust-lang.org>
Fri, 8 Jul 2016 17:23:59 +0000 (10:23 -0700)
committerGitHub <noreply@github.com>
Fri, 8 Jul 2016 17:23:59 +0000 (10:23 -0700)
commit401f0fc73fcc31aaeb92aa199d2c51d0fa9bbb24
treec9b28daccd543bbf3cda25950191a8e31fa36080
parent0523bdc827bd32595c8fd50b11cbdfb737c02a1c
parentc33dddd505604372cddcf3b5f260141fce6e7a2d
Auto merge of #2839 - alexcrichton:same-root, r=brson

Generate the same lock always in a workspace

Previously the "root" of a lock file would erroneously change over time, so
instead just ensure that the root of a lock file is always the root of the
workspace. Otherwise the contents should always be the same.

Closes #2837